* net/tramp.el (tramp-remote-process-environment): Protect version
authorMichael Albinus <albinus@detlef>
Sat, 12 Jun 2010 08:59:37 +0000 (10:59 +0200)
committerMichael Albinus <albinus@detlef>
Sat, 12 Jun 2010 08:59:37 +0000 (10:59 +0200)
commit0cabcc9ecfdb203d52cdc0a121f4e92c634aa0d4
tree70d6a978d0c33cef7a2b8b1d0387a70f386e63d4
parentf92c4be63204ed0bd91418b61158af680f61f0ff
* net/tramp.el (tramp-remote-process-environment): Protect version
string by apostroph.
(tramp-shell-prompt-pattern): Do not use a shy group in case of
XEmacs.
(tramp-file-name-for-operation): Add `call-process-region'.
(tramp-set-process-query-on-exit-flag): Fix wrong parentheses.

* net/tramp-compat.el (top): Do not autoload
`tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
only when `start-file-process' is not bound.
(tramp-advice-file-expand-wildcards): Do not use
`tramp-handle-file-remote-p'.
(tramp-compat-make-temp-file): Handle the case, that
`make-temp-file' has no third argument EXTENSION.
lisp/ChangeLog
lisp/net/tramp-compat.el
lisp/net/tramp.el